/ Assembly List / LJCDBViewDAL / ViewDataManager / RetrieveWithID

Namespace - LJCDBViewDAL


Parameters
id - The ID value.
propertyNames - The included property names.

Returns

The Data Object.

Syntax

C#
public ViewData RetrieveWithID(Int32 id, List<String> propertyNames = null)

Retrieves a Data Record with the supplied value.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.